html.unescape python

21

import html
html.unescape('Suzy & John')
# 'Suzy & John'

html.unescape('"')
# '"'

Comments

Submit
0 Comments